home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-04
/
postman.zip
/
POSTMAN.MAK
< prev
next >
Wrap
Text File
|
1991-05-01
|
463b
|
15 lines
# Makefile for postman.exe
postman.exe: postman.obj postman1.obj postman.def postman.res
link /CO/align:16/NOD postman+postman1,postman.exe,,libw slibcew, postman.def
rc -V postman.res
postman.obj : postman.c postman1.h dlgdefs.h
cl -c -u -G2csw -Zpei -Od -AS -W4 postman.c
postman1.obj : postman1.c postman1.h
cl -c -u -G2csw -Zpei -Od -AS -W4 postman1.c
postman.res : postman.rc null.ico invalid.ico
rc -r -V postman.rc